Skip to content

bug/docs/settings changed#1627

Open
ignaciojimenezr wants to merge 3 commits intoMCPJam:mainfrom
ignaciojimenezr:bug-buttonn
Open

bug/docs/settings changed#1627
ignaciojimenezr wants to merge 3 commits intoMCPJam:mainfrom
ignaciojimenezr:bug-buttonn

Conversation

@ignaciojimenezr
Copy link
Copy Markdown
Collaborator

No description provided.

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Mar 17, 2026
@chelojimenez
Copy link
Copy Markdown
Contributor

chelojimenez commented Mar 17, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@dosubot dosubot bot added bug Something isn't working documentation Improvements or additions to documentation labels Mar 17, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 17, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 12082b83-f1ab-4ee4-812a-c0216884218c

📥 Commits

Reviewing files that changed from the base of the PR and between 609d9aa and 3add2ae.

📒 Files selected for processing (3)
  • mcpjam-inspector/client/src/components/auth/auth-upper-area.tsx
  • mcpjam-inspector/client/src/components/mcp-sidebar.tsx
  • mcpjam-inspector/client/src/components/sidebar/sidebar-user.tsx
💤 Files with no reviewable changes (2)
  • mcpjam-inspector/client/src/components/sidebar/sidebar-user.tsx
  • mcpjam-inspector/client/src/components/mcp-sidebar.tsx
🚧 Files skipped from review as they are similar to previous changes (1)
  • mcpjam-inspector/client/src/components/auth/auth-upper-area.tsx

Walkthrough

The Support tab and its component file were removed: imports, rendering, and test mock deleted. Support-related navigation items and the sidebar "settings" section were removed. Support was dropped from HOSTED_SIDEBAR_ALLOWED_TABS. Help links (documentation, Discord, bug report, GitHub) were added as a Help & support dropdown in the auth upper area. SidebarUser UI was simplified by removing the email display and per-organization Settings button.

📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

You can get early access to new features in CodeRabbit.

Enable the early_access setting to enable early access features such as new models, tools, and more.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@mcpjam-inspector/client/src/components/sidebar/sidebar-user.tsx`:
- Around line 128-145: The current JSX nests a native <button> for settings
inside SidebarMenuButton (which renders a button by default), causing invalid
<button><button>…</button></button> nesting and broken interactions; fix it by
making the settings control a sibling of SidebarMenuButton (move the
onSettingsClick block out of SidebarMenuButton’s children) or switch
SidebarMenuButton to render asChild so it doesn’t output a native button (use
asChild on SidebarMenuButton and pass the wrapper element), ensure the Settings
button keeps its event handlers (onClick/onPointerDown) and that the
ChevronsUpDown element (with className logic using onSettingsClick) remains
positioned correctly after the change.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9143f4bf-2809-486d-9b92-3d5f29eeb9ef

📥 Commits

Reviewing files that changed from the base of the PR and between 6593409 and 609d9aa.

📒 Files selected for processing (7)
  • mcpjam-inspector/client/src/App.tsx
  • mcpjam-inspector/client/src/__tests__/App.hosted-oauth.test.tsx
  • mcpjam-inspector/client/src/components/SupportTab.tsx
  • mcpjam-inspector/client/src/components/auth/auth-upper-area.tsx
  • mcpjam-inspector/client/src/components/mcp-sidebar.tsx
  • mcpjam-inspector/client/src/components/sidebar/sidebar-user.tsx
  • mcpjam-inspector/client/src/lib/hosted-tab-policy.ts
💤 Files with no reviewable changes (4)
  • mcpjam-inspector/client/src/tests/App.hosted-oauth.test.tsx
  • mcpjam-inspector/client/src/components/SupportTab.tsx
  • mcpjam-inspector/client/src/lib/hosted-tab-policy.ts
  • mcpjam-inspector/client/src/App.tsx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants